home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Life 1997 February
/
Computer Life February 1997.iso
/
TELME
/
COMMS
/
ISDN1002.SRP
< prev
next >
Wrap
Text File
|
1996-06-04
|
2KB
|
99 lines
rem Copyright (c) PhoneLink plc
rem Hayes MSTA (10/8/95)
label InitDevice
echo off
echo script[59]
send "at%a1=0%a2=6%a3=5%a4=0%a0=2%l2=0%l3=2char(13)"
timeout 2,modem_fail
find "OK"
send "at%l4=2%l15=0%b3=7%d3=7%d2=7%b2=7&k4s12=0char(13)"
timeout 2,modem_fail
find "OK"
label OffToGate
echo off
echo script[52]...
send "atdt{PreTel}{SiteTel}{PostFix}char(13)"
timeout 10,connect_fail
find "CONNECT"
label PadToGate
echo off
echo script[53]
send "atd {NUA}char(13)"
timeout 3,nua_bad1
finderr 0,CONNECT,nua_good
find "ZZZ"
label nua_bad1
echo script[58]
send "atd {NUA}char(13)"
timeout 3,nua_bad2
finderr 0,CONNECT,nua_good
find "ZZZ"
label nua_bad2
echo script[58]
send "atd {NUA}char(13)"
timeout 3,nua_fail
find "CONNECT"
label nua_good
echo script[54].
end
label GateToPad
echo off
echo script[92]
send "+++"
timeout 5,command_mode_fail
find "OK"
send "athchar(13)"
timeout 5,clear_fail
find "OK"
echo script[91]..
end
label GateToOff
rem Gate to Offline (also contains Pad to Offline)
echo off
echo script[92]
send "+++"
timeout 5,command_mode_fail
find "OK"
send "athchar(13)"
timeout 5,clear_fail
find "OK"
label PadToOff
echo off
echo script[92]
send "athchar(13)"
timeout 5,hang_up_fail
find "OK"
echo script[99].
end
label modem_offline
dtrtoggle
abort
label modem_fail
echo script[23]
abort
label connect_fail
echo script[1]
goto modem_offline
label nua_fail
echo script[22]
goto modem_offline
label command_mode_fail
echo script[15]
goto modem_offline
label clear_fail
echo script[13]
goto modem_offline
label hang_up_fail
echo script[17]
goto modem_offline